home *** CD-ROM | disk | FTP | other *** search
/ WOW! 2 / WOW - Vol 2.iso / pd_share / dfue / uni20e11 / example3.mac < prev    next >
Text File  |  1994-10-16  |  512b  |  17 lines

  1. #####################################
  2. # Test Macro for UniTerm V2.0c 002  #
  3. # Copyright 1988 Simon Poole        #
  4. #                                   #
  5. #####################################
  6. #
  7. # Sample startup macro
  8. #
  9. # set the second last popup entry to view buffer with EOL display
  10. popup(19,63,'ViewEOL')
  11. # set <Alt><ESC> to the same (awlful stupid thing to do :-))
  12. reassign(01,63)
  13. # set the last popup entry to view buffer without EOL
  14. popup(20,23,'View')
  15. #####################################
  16.  
  17.